:已知h是指向单向加头链表的首指针,删除表头结点的操作是_____。A:free(h->next);h=h->next;B:p=h,h=p->next;free(p);C:p=h->next;free(p);h=h->next;D:p=h->next,h->next=p->next;free(p);答案: p=h->next,h->next=p->next;free(p);6、



登录
订单
帮助
主页